#NEXUS

BEGIN TREES;

Tree model = ((e,(f,g)),((a,(b,c)),d));
Tree exp = (((a,b),c),(d,((e,f),g)));
END;


BEGIN PHYLONET;

SymmetricDifference model exp;

END;
===

SymmetricDifference model exp
# False Positive Edges: 2
# False Negative Edges: 2
# Internal Edges Model: 4
# Internal Edges Experimental: 4
Normalized False Positive: 0.5
Normalized False Negative: 0.5
Normalized RF-Distance: 0.5
===
